Package edu.uky.ai.ml

Class Main

java.lang.Object
edu.uky.ai.ml.Main

public class Main
extends java.lang.Object
Creates and trains a neural network to recognize capital letters.
Author:
Your Name
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static double ERROR_THRESHOLD
    The highest acceptable error for the network
    static double MAX_ITERATIONS
    The maximum number of training iterations to be run
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Creates and trains a neural network, then creates a GUI that allows you to interact with the network to see its predictions.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Creates and trains a neural network, then creates a GUI that allows you to interact with the network to see its predictions.
      Parameters:
      args - ignored